projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d6f30
)
(speedbar-directory-buttons-follow): Don't use directory-sep-char.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 2002 21:30:22 +0000
(21:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 2002 21:30:22 +0000
(21:30 +0000)
lisp/speedbar.el
patch
|
blob
|
history
diff --git
a/lisp/speedbar.el
b/lisp/speedbar.el
index 0781c4707b3247b344daa9df2aa858015842911f..9af94658f0b8bca60c26b2880547613ec7d67a62 100644
(file)
--- a/
lisp/speedbar.el
+++ b/
lisp/speedbar.el
@@
-3553,7
+3553,7
@@
expanded. INDENT is the current indentation level."
TEXT is the button clicked on. TOKEN is the directory to follow.
INDENT is the current indentation level and is unused."
(if (string-match "^[A-z]:$" token)
- (setq default-directory (concat token
(char-to-string directory-sep-char)
))
+ (setq default-directory (concat token
"/"
))
(setq default-directory token))
;; Because we leave speedbar as the current buffer,
;; update contents will change directory without